Remove -gtk-gradient from css parser tests
authorMatthias Clasen <mclasen@redhat.com>
Sun, 11 Dec 2016 01:40:48 +0000 (20:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 11 Dec 2016 01:40:48 +0000 (20:40 -0500)
It is not supported anymore.

testsuite/css/parser/background-image.css
testsuite/css/parser/background-image.ref.css

index f44b6e92586bcf776bb6908dfc689e0d450c80ab..34086aa8515cbd178d6c17b136e8a92d6d1d0522 100644 (file)
@@ -74,15 +74,3 @@ r {
 s {
   background-image: -gtk-scaled(-gtk-icontheme("object-select-symbolic"),linear-gradient(yellow, blue));
 }
-
-t {
-  background-image: -gtk-gradient(linear, left top, 0 1, from(red), to(green));
-}
-
-u {
-  background-image: -gtk-gradient(linear, center center, 0.2 bottom, color-stop(0, rgb(0,0,0)), color-stop(0.5, rgb(128,128,128)), color-stop(1, rgb(255,255,255)));
-}
-
-v {
-  background-image: -gtk-gradient(radial, left top, 0.1, 0 1, 0.3, color-stop(0, black), color-stop(1, blue));
-}
index 9be98ecd7611c6461b9c7418c1a503eee8efb9fb..596a55fa93d440ef5098187227f19933453c70d2 100644 (file)
@@ -73,15 +73,3 @@ r {
 s {
   background-image: -gtk-scaled(-gtk-icontheme("object-select-symbolic"),linear-gradient(rgb(255,255,0), rgb(0,0,255)));
 }
-
-t {
-  background-image: -gtk-gradient (linear, left top, left bottom, from (rgb(255,0,0)), to (rgb(0,128,0)));
-}
-
-u {
-  background-image: -gtk-gradient (linear, center center, 0.20000000000000001 bottom, from (rgb(0,0,0)), color-stop (0.5, rgb(128,128,128)), to (rgb(255,255,255)));
-}
-
-v {
-  background-image: -gtk-gradient (radial, left top, 0.10000000000000001, left bottom, 0.29999999999999999, from (rgb(0,0,0)), to (rgb(0,0,255)));
-}